home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / pascal / tptc17.zip / TODO.DOC < prev    next >
Text File  |  1988-03-25  |  690b  |  25 lines

  1.  
  2. things todo:
  3.  
  4. -- nested procedure variable passing
  5.  
  6. -- set operations (general operator overloading?)
  7.  
  8. -- detection of 'with' pointer data type (currently translated as a void
  9.    pointer requiring manual entry of the proper type)
  10.   
  11. -- selection of proper 'with' pointer when two are more with levels
  12.    are active
  13.    
  14. -- 'const' declarations are NOT constants in tc1.0 (i.e. can't be used
  15.    in subscript declarations).  convert back to #define with hacks to 
  16.    simulate proper scoping rules.
  17.    
  18. -- the 'main' procedure in tp4 units should be named according to
  19.    the unit name.
  20.    
  21. -- return statement ordering in functions
  22.  
  23. -- more runtime library functions
  24.  
  25.